V8 disable Embedded Builtins ( https://v8.dev/blog/short-builtin-calls) and 
load builtins from snapshot_blob.bin. I think v8 don't need to add 
embedded.S into source.


if (emit_builtins_as_inline_asm) {
deps += [ ":asm_to_inline_asm_default" ]
sources += [ "$target_gen_dir/embedded.cc" ]
} else {
sources += [ "$target_gen_dir/embedded.S" ]
}

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/3ebc9505-5fed-4584-936d-c546d5356d81n%40googlegroups.com.

Reply via email to