Description[turbofan] Implement sharing of context-independent code.
This allows context-independent code generated by TurboFan to be cached
in the optimized code map and reused across native contexts. Note that
currently this cache is still flushed at GC time.
R=bmeurer@chromium.org,mvstanton@chromium.org
TEST=cctest/test-compiler/OptimizedCodeSharing
Committed: https://crrev.com/317cb6538c5dcee14dea432fecc9cad5c9d1f605
Cr-Commit-Position: refs/heads/master@{#29313}
Patch Set 1 #Patch Set 2 : Fix typo. #Patch Set 3 : Actual implementation. #Patch Set 4 : Some fixes. #Patch Set 5 : One more fix. #
Total comments: 2
Patch Set 6 : Addressed comments. #Patch Set 7 : Disable test for GC stress. #
Dependent Patchsets: Messages
Total messages: 10 (3 generated)
|