Skip to content

Commit

Permalink
AArch64: Enable profiling recompilation
Browse files Browse the repository at this point in the history
This commit enables profiling recompilation on AArch64.

Signed-off-by: KONNO Kazuhiro <[email protected]>
  • Loading branch information
knn-k committed Jun 26, 2020
1 parent cccc6bf commit 60f0f0e
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 @@ -2631,10 +2631,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 60f0f0e

Please sign in to comment.