mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
documenting poor run-time error messages
This commit is contained in:
parent
605d636d94
commit
22d060d461
1 changed files with 5 additions and 0 deletions
|
@ -185,6 +185,11 @@ Known Issues
|
||||||
Here we list various known issues with using the compiler:
|
Here we list various known issues with using the compiler:
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
* Run-time error messages generally lack location information and information
|
||||||
|
about associated expressions/statements, making them hard to puzzle out.
|
||||||
|
This could be fixed, but would add execution overhead in passing around
|
||||||
|
the necessary strings / `Location` objects.
|
||||||
|
|
||||||
* Compilation of compiled code can be noticeably slow (if built using
|
* Compilation of compiled code can be noticeably slow (if built using
|
||||||
`./configure --enable-debug`) or hugely slow (if not), with the latter
|
`./configure --enable-debug`) or hugely slow (if not), with the latter
|
||||||
taking on the order of an hour on a beefy laptop. This slowness complicates
|
taking on the order of an hour on a beefy laptop. This slowness complicates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue