[
https://issues.apache.org/jira/browse/DRILL-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aditya Kishore updated DRILL-1166:
----------------------------------
Attachment: DRILL-1166-Session-option-to-enable-disable-debug-in.patch
+ By default, debug options are enabled but can be disabled by setting the
session option `exec.java_compiler_debug` to false.
+ Allow the defaults for compiler options to be set through configuration.
> Session option to enable/disable debug information in runtime generated Java
> code
> ---------------------------------------------------------------------------------
>
> Key: DRILL-1166
> URL: https://issues.apache.org/jira/browse/DRILL-1166
> Project: Apache Drill
> Issue Type: Sub-task
> Components: Execution - Codegen
> Affects Versions: 1.0.0-BETA1
> Reporter: Aditya Kishore
> Assignee: Aditya Kishore
> Fix For: 1.0.0-BETA1
>
> Attachments:
> DRILL-1166-Session-option-to-enable-disable-debug-in.patch
>
>
> While testing, I found that the byte code generated without any debug
> information is 28-36% smaller than one with all debug options (source, line
> number and variables).
> This JIRA is to expose session option to enable/disable embedding these debug
> symbols in runtime generated code.
--
This message was sent by Atlassian JIRA
(v6.2#6252)