v8/src/asmjs
Leszek Swirski 58b12f638d [offthread] Unify compiler.cc finalization logic
This patch unfies the finalization logic between the various unoptimized
compilation paths in compiler.cc, taking the various post-processings and
fixups needed for off-thread finalization and performing them in the same
order for the other finalizations.

It also unifies the general compilation path between streaming script
compilation, main-thread script compilation, and main-thread lazy
compilation, making the main-thread paths both use an iterative execution
and finalization, and making all three use the same job helper methods
and overall finalization helper.

Bug: chromium:1011762
Change-Id: Ibe56f6d2f75a2deffbe9e0b600ded8a02293b722
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2172790
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67609}
2020-05-06 13:41:09 +00:00
..
asm-js.cc [offthread] Unify compiler.cc finalization logic 2020-05-06 13:41:09 +00:00
asm-js.h [base] Reimplement {make_array} using C++14 2019-09-13 12:56:29 +00:00
asm-names.h [asm.js] Ensure proper encapsulation of "asmjs" component. 2017-05-05 10:36:26 +00:00
asm-parser.cc [wasm] Implement toString of exported functions 2020-01-24 12:53:31 +00:00
asm-parser.h [asm.js] Force -0 to be double 2020-01-20 11:50:31 +00:00
asm-scanner.cc [asm] Fix double literals without dots 2020-04-01 13:59:24 +00:00
asm-scanner.h [cleanup] Replace simple typedefs by using 2019-05-27 12:39:49 +00:00
asm-types.cc Move remaining files in src/ 2019-05-24 18:24:36 +00:00
asm-types.h [cleanup] Replace simple typedefs by using 2019-05-27 12:39:49 +00:00
OWNERS Remove mstarzinger@ from OWNERS files. 2019-12-13 11:13:14 +00:00