Title: [160350] branches/jsCStack/Source/_javascript_Core/ChangeLog
Revision
160350
Author
msab...@apple.com
Date
2013-12-09 22:54:32 -0800 (Mon, 09 Dec 2013)

Log Message

Fixed spelling errors in the ChangeLog entry for
CStack Branch: Fix baseline JIT for basic operation

Modified Paths

Diff

Modified: branches/jsCStack/Source/_javascript_Core/ChangeLog (160349 => 160350)


--- branches/jsCStack/Source/_javascript_Core/ChangeLog	2013-12-10 05:57:55 UTC (rev 160349)
+++ branches/jsCStack/Source/_javascript_Core/ChangeLog	2013-12-10 06:54:32 UTC (rev 160350)
@@ -19,7 +19,7 @@
 
         Not yet reviewed.
 
-        Fixed compileOpCall and it's slow case to properly adjust the stack pointer before
+        Fixed compileOpCall and its slow case to properly adjust the stack pointer before
         and after a call.
 
         Cleaned up the calling convention in the various thunks.  Adjusted the stack
@@ -27,7 +27,7 @@
 
         Added ctiNativeCallFallback() thunk generator for when another thunk that can't
         perform its operation inline needs to make a native call.  This thunk generator
-        differes from ctiNativeCall() in that it doesn't emit a funciton prologue, thus 
+        differes from ctiNativeCall() in that it doesn't emit a function prologue, thus 
         allowing the original thunk to jump to the "fallback" thunk.  I'm open to another
         name beside "fallback".  Maybe "ctiNativeTailCall()".
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to