<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>129963</bug_id>
          
          <creation_ts>2014-03-08 01:35:49 -0800</creation_ts>
          <short_desc>Enable DFG_JIT and LLINT on OpenBSD &amp; NetBSD</short_desc>
          <delta_ts>2015-02-26 06:24:14 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Landry Breuil">landry</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ajacoutot</cc>
    
    <cc>ajacoutot</cc>
    
    <cc>benjamin</cc>
    
    <cc>cmarcelo</cc>
    
    <cc>commit-queue</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>988531</commentid>
    <comment_count>0</comment_count>
    <who name="Landry Breuil">landry</who>
    <bug_when>2014-03-08 01:35:49 -0800</bug_when>
    <thetext>+++ This bug was initially created as a clone of Bug #128898 +++

Let&apos;s just follow freebsd on that one, it works just fine on OpenBSD, and the build breaks otherwise anyway.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>988533</commentid>
    <comment_count>1</comment_count>
      <attachid>226206</attachid>
    <who name="Landry Breuil">landry</who>
    <bug_when>2014-03-08 01:44:44 -0800</bug_when>
    <thetext>Created attachment 226206
Enable DFG_JIT and LLINT</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>988571</commentid>
    <comment_count>2</comment_count>
      <attachid>226206</attachid>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2014-03-08 10:50:42 -0800</bug_when>
    <thetext>Comment on attachment 226206
Enable DFG_JIT and LLINT

r=me</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>994911</commentid>
    <comment_count>3</comment_count>
    <who name="Landry Breuil">landry</who>
    <bug_when>2014-03-27 06:34:32 -0700</bug_when>
    <thetext>What&apos;s needed for this to land now ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1007390</commentid>
    <comment_count>4</comment_count>
      <attachid>226206</attachid>
    <who name="Zan Dobersek">zan</who>
    <bug_when>2014-05-07 11:44:53 -0700</bug_when>
    <thetext>Comment on attachment 226206
Enable DFG_JIT and LLINT

Let&apos;s try landing then.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1007391</commentid>
    <comment_count>5</comment_count>
      <attachid>226206</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2014-05-07 11:46:30 -0700</bug_when>
    <thetext>Comment on attachment 226206
Enable DFG_JIT and LLINT

Rejecting attachment 226206 from commit-queue.

Failed to run &quot;[&apos;/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch&apos;, &apos;--status-host=webkit-queues.appspot.com&apos;, &apos;--bot-id=webkit-cq-02&apos;, &apos;validate-changelog&apos;, &apos;--check-oops&apos;, &apos;--non-interactive&apos;, 226206, &apos;--port=mac&apos;]&quot; exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

/Volumes/Data/EWS/WebKit/Source/WTF/ChangeLog neither lists a valid reviewer nor contains the string &quot;Unreviewed&quot; or &quot;Rubber stamp&quot; (case insensitive).

Full output: http://webkit-queues.appspot.com/results/5352869498716160</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1072357</commentid>
    <comment_count>6</comment_count>
      <attachid>226206</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-02-26 06:24:14 -0800</bug_when>
    <thetext>Comment on attachment 226206
Enable DFG_JIT and LLINT

View in context: https://bugs.webkit.org/attachment.cgi?id=226206&amp;action=review

Please update the title of the bug and the patch, if you still would like to enable DFG JIT.

&gt; Source/WTF/ChangeLog:3
&gt; +        Enable DFG_JIT and LLINT on OpenBSD and NetBSD

Please update it.

&gt; Source/WTF/ChangeLog:6
&gt; +        Reviewed by Nobody(yet).

Please don&apos;t change the original &quot;Reviewed by NOBODY (OOPS!).&quot;
line, because it is needed for commit queue to be able fill the 
name of the reviewer.

&gt; Source/WTF/wtf/Platform.h:706
&gt; -    &amp;&amp; (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(WINDOWS)) \
&gt; +    &amp;&amp; (OS(DARWIN) || OS(LINUX) || OS(FREEBSD) || OS(OPENBSD) || OS(NETBSD) || OS(WINDOWS)) \
&gt;      &amp;&amp; ((OS(DARWIN) &amp;&amp; !PLATFORM(EFL)) || PLATFORM(GTK) || PLATFORM(WIN)) \
&gt;      &amp;&amp; (CPU(X86) || CPU(X86_64) || CPU(ARM_THUMB2) || CPU(ARM_TRADITIONAL) || CPU(ARM64) || CPU(MIPS) || CPU(SH4))
&gt;  #define ENABLE_LLINT 1

LLINT can&apos;t be disabled anymore and that&apos;s why the patch doesn&apos;t apply anymore.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>226206</attachid>
            <date>2014-03-08 01:44:44 -0800</date>
            <delta_ts>2015-02-26 06:24:14 -0800</delta_ts>
            <desc>Enable DFG_JIT and LLINT</desc>
            <filename>bug-129963-20140308104443.patch</filename>
            <type>text/plain</type>
            <size>1834</size>
            <attacher name="Landry Breuil">landry</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTY1MjI3CmRpZmYgLS1naXQgYS9Tb3VyY2UvV1RGL0NoYW5n
ZUxvZyBiL1NvdXJjZS9XVEYvQ2hhbmdlTG9nCmluZGV4IGNkNjdkZmI3NmNmMGVkNTkyZDdlYWI5
MzAxZDZlNTE2MDQ2NTJkZWEuLjcyMzNmMWYzNWQ4MDdlZmFmZDg5M2ZiZTFjNmQ4NzYzZjNlNWE2
NWMgMTAwNjQ0Ci0tLSBhL1NvdXJjZS9XVEYvQ2hhbmdlTG9nCisrKyBiL1NvdXJjZS9XVEYvQ2hh
bmdlTG9nCkBAIC0xLDMgKzEsMTIgQEAKKzIwMTQtMDMtNzggTGFuZHJ5IEJyZXVpbCAgPGxhbmRy
eUBvcGVuYnNkLm9yZz4KKworICAgICAgICBFbmFibGUgREZHX0pJVCBhbmQgTExJTlQgb24gT3Bl
bkJTRCBhbmQgTmV0QlNECisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVn
LmNnaT9pZD0xMjk5NjMKKworICAgICAgICBSZXZpZXdlZCBieSBOb2JvZHkoeWV0KS4KKworICAg
ICAgICAqIHd0Zi9QbGF0Zm9ybS5oOgorCiAyMDE0LTAzLTA3ICBMYW5kcnkgQnJldWlsICA8bGFu
ZHJ5QG9wZW5ic2Qub3JnPgogCiAgICAgICAgIFJldmVydCBidWcgMTk5NzUsIG5vdyB0aGF0IGdj
YyA0LjcgaXMgcmVxdWlyZWQuCmRpZmYgLS1naXQgYS9Tb3VyY2UvV1RGL3d0Zi9QbGF0Zm9ybS5o
IGIvU291cmNlL1dURi93dGYvUGxhdGZvcm0uaAppbmRleCA4YjYxYWI0NjU3MjhkMTA2OWFhMzdl
MDNmMzUzMzQ0OWU3MzJjZDczLi4wYzI1Y2UxN2QxZmNjNDQ5NWRhZTBiOWM0NjU2YTFjOWY4Mjcy
MTBjIDEwMDY0NAotLS0gYS9Tb3VyY2UvV1RGL3d0Zi9QbGF0Zm9ybS5oCisrKyBiL1NvdXJjZS9X
VEYvd3RmL1BsYXRmb3JtLmgKQEAgLTcwMCwxNSArNzAwLDE1IEBACiAgICBsb3ctbGV2ZWwgaW50
ZXJwcmV0ZXIuICovCiAjaWYgIWRlZmluZWQoRU5BQkxFX0xMSU5UKSBcCiAgICAgJiYgRU5BQkxF
KEpJVCkgXAotICAgICYmIChPUyhEQVJXSU4pIHx8IE9TKExJTlVYKSB8fCBPUyhGUkVFQlNEKSB8
fCBPUyhXSU5ET1dTKSkgXAorICAgICYmIChPUyhEQVJXSU4pIHx8IE9TKExJTlVYKSB8fCBPUyhG
UkVFQlNEKSB8fCBPUyhPUEVOQlNEKSB8fCBPUyhORVRCU0QpIHx8IE9TKFdJTkRPV1MpKSBcCiAg
ICAgJiYgKChPUyhEQVJXSU4pICYmICFQTEFURk9STShFRkwpKSB8fCBQTEFURk9STShHVEspIHx8
IFBMQVRGT1JNKFdJTikpIFwKICAgICAmJiAoQ1BVKFg4NikgfHwgQ1BVKFg4Nl82NCkgfHwgQ1BV
KEFSTV9USFVNQjIpIHx8IENQVShBUk1fVFJBRElUSU9OQUwpIHx8IENQVShBUk02NCkgfHwgQ1BV
KE1JUFMpIHx8IENQVShTSDQpKQogI2RlZmluZSBFTkFCTEVfTExJTlQgMQogI2VuZGlmCiAKICNp
ZiAhZGVmaW5lZChFTkFCTEVfREZHX0pJVCkgJiYgRU5BQkxFKEpJVCkgJiYgIUNPTVBJTEVSKE1T
VkMpCi0vKiBFbmFibGUgdGhlIERGRyBKSVQgb24gWDg2IGFuZCBYODZfNjQuICBPbmx5IHRlc3Rl
ZCBvbiBNYWMsIEdOVS9MaW51eCBhbmQgRnJlZUJTRC4gKi8KLSNpZiAoQ1BVKFg4NikgfHwgQ1BV
KFg4Nl82NCkpICYmIChPUyhEQVJXSU4pIHx8IE9TKExJTlVYKSB8fCBPUyhGUkVFQlNEKSkKKy8q
IEVuYWJsZSB0aGUgREZHIEpJVCBvbiBYODYgYW5kIFg4Nl82NC4gIE9ubHkgdGVzdGVkIG9uIE1h
YywgR05VL0xpbnV4IGFuZCBCU0QuICovCisjaWYgKENQVShYODYpIHx8IENQVShYODZfNjQpKSAm
JiAoT1MoREFSV0lOKSB8fCBPUyhMSU5VWCkgfHwgT1MoRlJFRUJTRCkgfHwgT1MoT1BFTkJTRCkg
fHwgT1MoTkVUQlNEKSkKICNkZWZpbmUgRU5BQkxFX0RGR19KSVQgMQogI2VuZGlmCiAvKiBFbmFi
bGUgdGhlIERGRyBKSVQgb24gQVJNdjcuICBPbmx5IHRlc3RlZCBvbiBpT1MgYW5kIFF0L0dUSysg
TGludXguICovCg==
</data>
<flag name="review"
          id="250416"
          type_id="1"
          status="-"
          setter="ossy"
    />
    <flag name="commit-queue"
          id="250451"
          type_id="3"
          status="-"
          setter="commit-queue"
    />
          </attachment>
      

    </bug>

</bugzilla>