Hi all!
I'm continuing to port v8 on my architecture.
I implement some stuff and now I can insert call C printf function into
stubs code and run d8.
Something like this:
void JSEntryStub::Generate(MacroAssembler* masm) { GenerateUnimplemented(
"JSEntryStub", masm); }
Then I run d8 and have message:
UNIMPLEMNETED STUB JSEntryStub
. As I expected.
I have a question - what does js entry stub do?
I can see x64 version for this, but I think that v8 developers know that
stuff better so I can generate masm calls more effective for my
architecture.
--
--
v8-dev mailing list
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.