Title: [229551] trunk/Source/_javascript_Core
Revision
229551
Author
mark....@apple.com
Date
2018-03-12 14:50:29 -0700 (Mon, 12 Mar 2018)

Log Message

Add another PtrTag.
https://bugs.webkit.org/show_bug.cgi?id=183580
<rdar://problem/38390584>

Reviewed by Keith Miller.

* runtime/PtrTag.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (229550 => 229551)


--- trunk/Source/_javascript_Core/ChangeLog	2018-03-12 21:43:19 UTC (rev 229550)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-03-12 21:50:29 UTC (rev 229551)
@@ -1,5 +1,15 @@
 2018-03-12  Mark Lam  <mark....@apple.com>
 
+        Add another PtrTag.
+        https://bugs.webkit.org/show_bug.cgi?id=183580
+        <rdar://problem/38390584>
+
+        Reviewed by Keith Miller.
+
+        * runtime/PtrTag.h:
+
+2018-03-12  Mark Lam  <mark....@apple.com>
+
         Make a NativeFunction into a class to support pointer profiling.
         https://bugs.webkit.org/show_bug.cgi?id=183573
         <rdar://problem/38384697>

Modified: trunk/Source/_javascript_Core/runtime/PtrTag.h (229550 => 229551)


--- trunk/Source/_javascript_Core/runtime/PtrTag.h	2018-03-12 21:43:19 UTC (rev 229550)
+++ trunk/Source/_javascript_Core/runtime/PtrTag.h	2018-03-12 21:50:29 UTC (rev 229551)
@@ -32,6 +32,7 @@
 enum PtrTag : uintptr_t {
     NoPtrTag = 0,
     NearCallPtrTag,
+    NearJumpPtrTag,
     CFunctionPtrTag,
 
     BytecodePtrTag,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to