[PATCH] D44206: [WebAssembly] Create SyntheticFunction for __wasm_call_ctors earlier

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 7 09:17:07 PST 2018


ruiu added a comment.

I'd guess that the motivation of this change is to start processing global constructors as quickly as possible by putting them at beginning of a file when we execute a wasm binary with a streaming decoder & executor. Am I correct?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D44206





More information about the llvm-commits mailing list