v8/test/cctest/asmjs
verwaest 5a18685e08 Thread decls-list through Declaration using a ThreadedList
This reduces per-scope overhead from minimally 6 words to 2 words, with one additional pointer per entry, rather than an average of 2 per entry for larger-than-4 element lists. For temp zone parsed functions it additionally makes the declaration-list actually freeable.

This introduces ThreadedList to implement the details of dealing with such a list.

BUG=v8:5209

Review-Url: https://codereview.chromium.org/2457393003
Cr-Commit-Position: refs/heads/master@{#40703}
2016-11-02 14:08:47 +00:00
..
OWNERS V8. ASM-2-WASM. Validator V2. 2016-07-12 23:12:08 +00:00
test-asm-typer.cc Thread decls-list through Declaration using a ThreadedList 2016-11-02 14:08:47 +00:00