Skip to content

Commit

Permalink
Merge pull request #5350 from knn-k/aarch64recomp2
Browse files Browse the repository at this point in the history
AArch64: Enable profiling recompilation
  • Loading branch information
0xdaryl authored Dec 7, 2020
2 parents 14c4d88 + 5252713 commit 32a0154
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compiler/control/OMROptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2635,10 +2635,6 @@ OMR::Options::jitPreProcess()
#if defined(TR_HOST_ARM64)
// Prefetch is not supported on ARM64 yet
_disabledOptimizations[prefetchInsertion] = true;

// Profiling is not supported on ARM64 yet
// Eclipse OpenJ9 Issue #9881
self()->setOption(TR_DisableProfiling);
#endif

self()->setOption(TR_DisableThunkTupleJ2I); // JSR292:TODO: Figure out how to do this without confusing startPCIfAlreadyCompiled
Expand Down

0 comments on commit 32a0154

Please sign in to comment.