[armedbear-ticket] [armedbear] #214: Stack overflow when compiler macro with fallback is triggered

armedbear armedbear-devel at common-lisp.net
Wed Aug 1 20:15:45 UTC 2012


#214: Stack overflow when compiler macro with fallback is triggered
----------------------+-----------------------------------------------------
 Reporter:  mevenson  |       Owner:  ehuelsmann
     Type:  defect    |      Status:  new       
 Priority:  minor     |   Milestone:  1.1.0     
Component:  compiler  |     Version:  1.0.1     
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by ehuelsmann):

 The key to the issue is compiler-pass1: it doesn't use WITH-SAVED-
 COMPILER-POLICY
 and PROCESS-OPTIMIZATION-DECLARATIONS to let the user (locally) change
 settings on inline expansion or not.

 Note that this has otherwise little impact: code generation happens in
 phase 2 which does take advantage of local settings for inlining, speed
 and debugging.

-- 
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/214#comment:2>
armedbear <http://common-lisp.net/project/armedbear>
armedbear


More information about the armedbear-ticket mailing list