Status: New
Owner: ----
New issue 3437 by [email protected]: v8::internal::LiteralBuffer functions
need to be outlined.
http://code.google.com/p/v8/issues/detail?id=3437
v8::internal::LiteralBuffer contains three functions, ExpandBuffer,
ConvertToTwoByte, NewCapacity that gcc inline in every AddChar call. That
makes the Scan functions large (5-10 KB each), which is a waste of time and
potentially make them slower than necessary as well.
The reasonable thing seems to be to move the functions to scanner.cc but
maybe there is a reason they are where they are.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
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.