[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #8271] JITC improvements (reviewed LYH's G
From: |
Stefan Mahr |
Subject: |
[Octave-patch-tracker] [patch #8271] JITC improvements (reviewed LYH's GSoC work) |
Date: |
Sat, 11 Jan 2014 19:17:48 +0000 |
User-agent: |
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0 |
URL:
<http://savannah.gnu.org/patch/?8271>
Summary: JITC improvements (reviewed LYH's GSoC work)
Project: GNU Octave
Submitted by: dac922
Submitted on: Sat 11 Jan 2014 07:17:47 PM GMT
Category: None
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
I started to review LYH's GSoC JIT patches and tried to improve them:
maint: Add missing space
<http://inversethought.com/hg/octave-nkf/rev/720db4a561cb>
build: Add rule to check with jit compiler enabled
<http://inversethought.com/hg/octave-nkf/rev/836518d7d943> (optional, and only
needed as long jit is disabled by default)
jit compiler: Add counter of jit_fail_exceptions to check if jit compilation
fails <http://inversethought.com/hg/octave-nkf/rev/d518e9287cee>
jit compiler: Fix uninitialized variable warning
<http://inversethought.com/hg/octave-nkf/rev/051fe27ba3ff>
jit compiler: Fix uminus op support with scalar type
<http://inversethought.com/hg/octave-nkf/rev/3eb9b7241b4a>
jit compiler: Add fail reason to jit_fail_exceptions
<http://inversethought.com/hg/octave-nkf/rev/7b791587f6d6>
jit compiler: Add support for the do_until statement
<http://inversethought.com/hg/octave-nkf/rev/971a05e60a53>
jit compiler: Add support for switch statement
<http://inversethought.com/hg/octave-nkf/rev/a63c4cda5d85>
jit compiler: Delete unused variable
<http://inversethought.com/hg/octave-nkf/rev/e566a0ae7ee2>
Or just pull from [http://inversethought.com/hg/octave-nkf] and see bookmark
lyh-rework. LYH's rebased original work is bookmarked with 'lyh'. The original
repository is [http://inversethought.com/hg/octave-lyh]
LYH also added support for single, (u)int8/16/32/64 data types, but I had no
time yet to review it competely.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/patch/?8271>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-patch-tracker] [patch #8271] JITC improvements (reviewed LYH's GSoC work),
Stefan Mahr <=