[Mono-bugs] [Bug 75567][Min] New - Different IL for "foo".valueOf()

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jul 16 16:46:24 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by flgr at ccan.de.

http://bugzilla.ximian.com/show_bug.cgi?id=75567

--- shadow/75567	2005-07-16 16:46:24.000000000 -0400
+++ shadow/75567.tmp.18624	2005-07-16 16:46:24.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 75567
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: independent
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: JScript
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: flgr at ccan.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Summary: Different IL for "foo".valueOf()
+
+Description of Problem:
+
+For "foo".valueOf() JSC generates IL that pushes a .NET string literal as
+the this object. We currently generate IL that pushes an instance of
+JScript.StringObject.
+
+This is not much of a problem. -- If the MS runtime supports our style it
+can probably ignored, else it causes problems when compiling with MJS and
+executing with the MS runtime.
+
+How often does this happen? 
+
+Always.


More information about the mono-bugs mailing list