patchDotGNU Portable.NET - Patches: patch #5338, Embed libjit in the JIT

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #5338: Embed libjit in the JIT

Submitter:  Kirill Kononenko <krokas>
Submitted:  Mon 28 Aug 2006 01:20:27 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open

Fri 15 Sep 2006 03:27:25 PM UTC, comment #1: 

./configure --disable-shared for libjit will do the same without any additional options. If you need an easy way to switch between shared and non-shared builds then the simplest solution would be to build in different directories. Therefore I do not see any need for this patch.

Aleksey Demakov <avd>
Group Member
Mon 28 Aug 2006 01:20:27 PM UTC, original submission:  

This patch enables the JIT to be linked statically with the libjit library if done ./configure --with-libjit. This embeds a static copy of libjit in the Just-In-Time compiler and is useful for embedded systems, improving code locality and making cross-compilation process easier.

Kirill Kononenko <krokas>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attached Files
file #10761:  configure.in added by krokas (24KiB - application/octet-stream)
file #10684:  configure.in added by None (24KiB - application/octet-stream - a changed version of the patch)
file #10614:  krokas-060828.patch added by krokas (4KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-09-15 krokas Attached File- Added configure.in, #10761
2006-09-04 None Attached File- Added configure.in, #10684
2006-08-28 krokas Attached File- Added krokas-060828.patch, #10614

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code