Skip to Content.
Sympa Menu

k-user - Re: [[K-user] ] Pre-loaded K config

k-user AT lists.cs.illinois.edu

Subject: K-user mailing list

List archive

Re: [[K-user] ] Pre-loaded K config


Chronological Thread 
  • From: "Park, Daejun" <dpark69 AT illinois.edu>
  • To: "fss6 AT cin.ufpe.br" <fss6 AT cin.ufpe.br>
  • Cc: "k-user AT lists.cs.illinois.edu" <k-user AT lists.cs.illinois.edu>
  • Subject: Re: [[K-user] ] Pre-loaded K config
  • Date: Sun, 3 Jul 2016 04:28:05 +0000
  • Accept-language: en-US

Hi,

Pretty-printing output takes time, but it might not take that much. Providing
your specific examples might help.

JVM startup time is the biggest overhead. To reduce it, you can consider to
use Nailgun:
https://github.com/kframework/k/wiki/Manual-(to-be-processed)#nailgun

Best,
Daejun

On Jul 1, 2016, at 10:38 AM,
fss6 AT cin.ufpe.br
wrote:

> Hi guys,
>
> I wanna share one issue, I am using K framework and I noticed one thing.
> When
> I kruning with the command line "time krun filename - v" I receive output
> with
> 19 second of reponse time for my problem, but when I use the command line
> "time krun filename -v --output none" I have 6 seconds response time for
> same
> problem, why this difference?
>
> Moreover, before the execution I have this output.
>
> Parse command line options
> Loading serialized context
> Initializing definition paths
> Reading configuration from binary
> Importing Files
> Parsing Program
> Parse configuration variables
> Make configuration
> Plug configuration variables
> Execution
> Normal execution total
>
> I wanna to know if exist the possibility of leave this things pre-loaded,
> and
> execute every time without this things, leave just listening.




Archive powered by MHonArc 2.6.16.

Top of Page