Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

many compiler notes about stack allocation #99

Open
reiniervandijk opened this issue Mar 14, 2013 · 0 comments
Open

many compiler notes about stack allocation #99

reiniervandijk opened this issue Mar 14, 2013 · 0 comments

Comments

@reiniervandijk
Copy link

For constructs like:

(with-http-response (req ent)
                          (with-http-body (req ent)
                             &body body))

or

(defun foo ()
 (flet ((fun (a) (* 2 a)))
    (fun)))

You get compiler notes like for the latter case:

note: Closure (flet fun a) will be stack allocated.

These are (in my humble opinion) somewhat annoying, because they show up every time as compilation results. Ignoring them is what I do now, but in principle I would like to view compiler note to understand what's going on, but don't be confronted with notes that are not very interesting... shouldn't the standard compiler settings be changed somewhat to prevent these types of notes from popping up every time?

@genworks genworks added the $ label Jan 30, 2015
@genworks genworks removed the $ label Mar 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants