Nic30

Results 201 comments of Nic30

Nice, it also could be nice to have some predictor which can tell if there is a high probability that the function can be greatly optimized. I mean it would...

OK, let's add them after 'line directive and code positions' agenda #90 is closed (It needs just 1 day, but with my nightmare life it will take some while to...

``` $ mkdir build $ cd build/ $ cmake .. ... make -j8 ... [100%] Linking CXX shared library libhdlConvertor.so [100%] Built target hdlConvertor_cpp_shared ``` On windows this should produce...

@hs-apotell one small thing, doy you want a static build for windows or linux? What I am trying to ask is if you actually need a static build so your...

Solves https://github.com/Nic30/hdlConvertor/issues/88 and https://github.com/Nic30/hdlConvertor/issues/89

I would like to create a list of from line directives somehow. Then each time the position is required I would use this list to resolve correct original file and...

Maybe we probably do not need the line directives in preprocessed string, but we need some sort of map which keeps the info about orig. file. This info is actually...

@Thomasb81, yes. Let's make it configurable. In pure preprocessor we would like to put `line` directives. If preproc. is run before parser lets produce a list of line offsets so...

It is possible that I will be able to implement this feature this weekend is anyone working on this?