factor/basis/alien
Jeremy Hughes 7d708a17c2 Merge branch 'inlinec' into marshall
* inlinec:
  alien.inline: added RAW-C: word
  struct-arrays and struct-vectors: fix unit tests
  oops
  byte-length for struct-vectors
  fix struct-vectors
  sequences: fix replicate example
  byte-length method for struct-arrays
  growable vocabulary: make 'contract' generic so that only real vectors clear popped elements; add resize method for struct-arrays, add new struct-vectors vocabulary
  Add vectors.functor for generating vector types from arrays; re-implement bit-vectors and specialized-vectors using this. Add DEFERS directive to functors
  compiler.cfg.linear-scan: debugging spilling, add more assertions
  threads: better error messages
  benchmark.hashtables: throw something together
  Remove A+s shortcut for saving image in UI
  compiler.cfg.linear-scan: code cleanup
  compiler.cfg.linear-scan: Re-implement spilling, add some additional runtime assertions, simplify assignment pass since it doesn't have to track spill slots anymore; just assume a live value that's not in active or inactive is spilled
2009-07-08 17:21:53 +12:00
..
arrays Move wchar_t* typedef from alien.arrays to windows.types since that's the only place that uses it. Reduces deployed image size since io.encodings.utf16 not loaded on Unix 2009-05-12 04:19:22 -05:00
c-types Cleaning up USING: lists for new strict semantics 2009-05-14 16:54:16 -05:00
complex Implement stricter vocab search path semantics, with a new API for vocabs.parser. Add map-find-last to sequences vocab 2009-05-14 22:31:29 -05:00
destructors More progress on Uniscribe 2009-04-02 13:05:26 -05:00
fortran Updating code in basis and extra for stricter vocab search path semantics 2009-05-14 23:23:06 -05:00
inline Merge branch 'inlinec' into marshall 2009-07-08 17:21:53 +12:00
libraries alien.libraries: Fix dlsym on Windows 2009-05-05 16:00:31 -05:00
marshall alien.marshall: added struct-arrays to marshall-pointer 2009-07-08 16:42:25 +12:00
parser Refactor FUNCTION: to make it more extensible 2009-04-18 02:37:35 -05:00
prettyprint Add summary for heaps more vocabs 2009-02-16 21:05:13 -06:00
remote-control Split up types.c/h into smaller files, remove optimized slot from F_WORD struct 2009-04-28 17:26:11 -05:00
structs moved struct wrapper code from alien.structs.structs to alien.marshall.structs 2009-07-07 19:44:34 +12:00
syntax moved struct wrapper code from alien.structs.structs to alien.marshall.structs 2009-07-07 19:44:34 +12:00