Closed
Bug 754557
Opened 13 years ago
Closed 13 years ago
JS fails to build with --enable-methodjit-spew
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file, 1 obsolete file)
4.63 KB,
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
/home/mh/mozilla-central/js/src/methodjit/Compiler.cpp: In member function ‘js::mjit::CompileStatus js::mjit::Compiler::pushActiveFrame(JSScript*, uint32_t)’:
/home/mh/mozilla-central/js/src/methodjit/Compiler.cpp:442:45: error: ‘const struct js::analyze::LifetimeVariable’ has no member named ‘print’
/home/mh/mozilla-central/js/src/methodjit/Compiler.cpp:449:45: error: ‘const struct js::analyze::LifetimeVariable’ has no member named ‘print’
make[1]: *** [Compiler.o] Error 1
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #623414 -
Flags: review?(dmandelin)
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 623414 [details] [diff] [review]
Fix building with --enable-methodjit-spew without --enable-debug
This breaks --enable-debug :(
Attachment #623414 -
Flags: review?(dmandelin)
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #623421 -
Flags: review?(dmandelin)
Assignee | ||
Updated•13 years ago
|
Attachment #623414 -
Attachment is obsolete: true
Updated•13 years ago
|
Attachment #623421 -
Flags: review?(dmandelin) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Target Milestone: --- → mozilla15
Assignee | ||
Updated•13 years ago
|
Assignee: general → mh+mozilla
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•