v8/test/cctest/parsing
jochen 6595e74057 Store SharedFunctionInfos of a Script in a FixedArray indexed by their ID
Now that SharedFunctionInfos have a unique ID (and the IDs are dense),
we can use them as an index into an array, instead of using a
WeakFixedArray where we have to do a linear scan.

Hooking up liveedit is a bit more involved, see
https://docs.google.com/presentation/d/1FtNa3U7WsF5bPhY9uGoJG5Y9hnz5VBDabfOWpb4unWI/edit
for an overview

BUG=v8:5589
R=verwaest@chromium.org,jgruber@chromium.org

Review-Url: https://codereview.chromium.org/2547483002
Cr-Commit-Position: refs/heads/master@{#41600}
2016-12-08 17:07:11 +00:00
..
test-parse-decision.cc Store SharedFunctionInfos of a Script in a FixedArray indexed by their ID 2016-12-08 17:07:11 +00:00
test-scanner-streams.cc [counters] Move waiting for more data from background-parsing into callbacks 2016-12-05 15:47:12 +00:00
test-scanner.cc Fix memory leak in cctest/parsing/test-scanner. 2016-11-24 14:29:09 +00:00