On 2013/06/21 11:15:33, Sven Panne wrote:
On 2013/06/21 10:05:13, loislo wrote:
> [...] I have no idea why we use -2 here and what is the meaning of this
constant.

Hmmm, I have no clue, either. tickprocessor.js doesn't seem to use it if I see things correctly, so the question is: Do we need this "kind" column at all?

First of all we use it in plot-timer-events.js
Also if we remove it then we break backward compatibility with the old v8 logs. As far as I see we use -2 as a constant for RegExp in the logging code but in
the
c++ code we map regexp to builtins. see
https://code.google.com/p/chromium/codesearch#chromium/src/v8/src/objects.h&sq=package:chromium&type=cs&l=4460&rcl=1371755409

https://codereview.chromium.org/16901014/

--
--
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/groups/opt_out.


Reply via email to