patchDotGNU Portable.NET - Patches: patch #6799, libJIT 1.2.5 + / 1.2 1/2 Release...

 
 

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

patch #6799: libJIT 1.2.5 + / 1.2 1/2 Release (code name: libJIT-ON-TESTOSTERONE)

Submitter:  Kirill Kononenko <krokas>
Submitted:  Sat 04 Apr 2009 01:55:14 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  None Privacy:  Public
Assigned to:  None Open/Closed:  Open

Sat 04 Apr 2009 01:55:14 PM UTC, original submission:  
  • Add optimization levels for IA-32 from 0 to 4 (jit_set_optimization_level)
  • Add a new specialized jit_abi_internal
  • Add brand new optimized object code generator (level 1, 2, 3, 4 of optimization)
  • Various low-level machine dependent optimizations and tricks
  • Aggressive optimization of division by integer constants as

  by Torbjorn Granlund and Peter L. Montgomery in "Division By Invariant Integers using Multiplication"
  divcnst-pldi94.pdf

  • Add primitive code generators for MMX/Streaming SIMD Extensions/SSE/SSE2/SSE3 and others
  • Use SIMD SSE/SSE2/SSE3 for floating point values and operations (level 1, 2, 3, 4 of optimization\\)
  • Data-flow and control-flow based analysis (level 1, 2, 3, 4 of optimization)
  • Fast liveness analysis (level 2 of optimization)
  • Dead-code elimination (level 4 of optimization)
  • Full liveness analysis (level 3, 4 of optimization)
  • Linear scan register allocator algorithm (level 2)
  • Bin packing register allocator algorithm (level 3, 4)
  • Tested on DotGNU Portable.NET Common Language Runtime

  / a Microsoft Common Intermediate Language Virtual Machine


Download is at:

http://libjit-linear-scan-register-allocator.googlecode.com/files/libjit-0.1.2.5%2B.tar.gz

See also:

http://code.google.com/p/libjit-linear-scan-register-allocator
jit-cil.net

Kirill Kononenko <krokas>

 

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

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by krokas (Submitted the item)
  •  

    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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code