mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
920b2f659b
This delays assigning id numbers to scripts until the first time the id is actually retrieved, and at that point produces an InferSpew message identifying the script by id, address, url and line number. This means that we only identify scripts we actually mention in InferSpew output. If JSScript::id had users other than jsinfer, this wouldn't be appropriate. With this patch applied, we get output like this, the first time a given script is mentioned: [infer] script #2: 0x7ffff5906660 /home/jimb/moz/dbg/js/src/jit-test/lib/prolog.js:1 [infer] typeSet: T0x9ff748 bytecode0 #2 ... |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
ipc | ||
jetpack | ||
jsd | ||
src |