Closed
Bug 552149
Opened 15 years ago
Closed 15 years ago
JM: Port trampolines to Windows x64
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dvander, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
9.38 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
This is needed to work on Windows x64.
Comment 1•15 years ago
|
||
Updated•15 years ago
|
OS: Linux → Windows 7
Hardware: x86 → x86_64
Updated•15 years ago
|
Attachment #432770 -
Flags: review?(dvander)
Reporter | ||
Comment 3•15 years ago
|
||
Comment on attachment 432770 [details] [diff] [review]
patch v1.1
Awesome, thanks for this!
Attachment #432770 -
Flags: review?(dvander) → review+
Comment 4•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 5•15 years ago
|
||
Comment on attachment 432770 [details] [diff] [review]
patch v1.1
>diff --git a/js/src/methodjit/MethodJIT.cpp b/js/src/methodjit/MethodJIT.cpp
>--- a/js/src/methodjit/MethodJIT.cpp
>+++ b/js/src/methodjit/MethodJIT.cpp
>@@ -412,16 +414,32 @@ extern "C" {
(...)
>+// Windows x64 uses assembler version sicne compiler doesn't support
>+// inline assembler
Spelling. "sicne" -> "since"
You need to log in
before you can comment on or make changes to this bug.
Description
•