Skip to content
  1. May 20, 2008
  2. Oct 30, 2007
  3. Oct 17, 2007
    • matley's avatar
      Minor fixes. See long message · ee4e400e
      matley authored
      KNOWN-FILE update
      TODO file removed
      Move documentation to a separate asdf component
      Splitting examples into different asdf component
      Documentation update
      eval-when and export symbols defined in framework bindings
      Fix to compile-framework for correct return value
      Allowing nil body for SLET
      Adding documentation for WITH-SUPER
      Refactoring of pack-struct-arguments-val
      
      darcs-hash:1a23b417fc6ad48ee05b128da0b44d50c81eeee4
      1.0
      ee4e400e
  4. Oct 03, 2007
  5. Sep 24, 2007
  6. Sep 23, 2007
  7. Sep 19, 2007
  8. Sep 18, 2007
  9. Sep 17, 2007
  10. Sep 15, 2007
  11. Sep 14, 2007
    • matley's avatar
      Changed how objc method are selected in the CLOS interface · c62549a2
      matley authored
      Before this patch for each ObjC method a corresponding CLOS method was
      generated and eventually cached on a file.
      
      Now it is cached just the generic function (reducing the size of cache
      of about 80%), and we specialize on compute-discriminating-function.
      The specialized compute-discriminating-function returns a general
      function to call ObjC method.
      
      Exactly it returns a function that sets the installed function to a
       function that calls the right ObjC method, avoiding to compile n
       thousands function each time a framework is loaded.
      
      darcs-hash:d5bd6d0c6ce352d3b88f831014c46e9546b0692b
      c62549a2
    • matley's avatar
      TODO update · 3384f3c4
      matley authored
      darcs-hash:d9e5bc7d686826bb7d435960172c3905a38b046d
      3384f3c4
    • matley's avatar
      Cache of compiled untyped calls · faff0546
      matley authored
      darcs-hash:4f289105cc46bec75ab019c50ae97b61af850635
      faff0546