Closed Bug 412986 Opened 17 years ago Closed 16 years ago

TT: inline if (debugger) check of debugline/file/etc

Categories

(Tamarin Graveyard :: Tracing Virtual Machine, defect, P4)

x86
Windows XP
defect

Tracking

(Not tracked)

VERIFIED WONTFIX

People

(Reporter: edwsmith, Unassigned)

Details

debugline(), debugfile(), a few other methods, are wrapped in if (core->debugger) which is usually false or usually true.  if we inline it in forth, it will mostly optimize out.  in particular it will make running debuggable code on a debuggable VM faster when debugging isn't turned on at the moment.
Component: Virtual Machine → Tracing Virtual Machine
QA Contact: vm → tracing-vm
Priority: -- → P4
This fix is included in the latest patch to https://bugzilla.mozilla.org/show_bug.cgi?id=441674 so I'm marking this WONTFIX.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.