Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

CC plugin interface redesign

<< < (13/28) > >>

Alpha:
My data seems to conflict with itself.  Using wxStopWatch, pass by reference is on average 1366.13 ms, and return value is 1423.27 ms.  However, the when I measured just the cost of creating a copy, wxStopWatch mostly reported 1 ms, implying the two techniques have no appreciable difference.

oBFusCATed:
Probably RVO or NVRO optimizations are kicking in...

Alpha:
Moving

--- Code: ---void CodeCompletion::OnAutocompleteSelect(wxListEvent& event)
--- End code ---
from CC to CCManager causes a crash whenever timer.Start() is called from within it.  I have tried for several hours to find a cause and am out of ideas to try; thoughts?

oBFusCATed:
Have you tried running C::B with valgrind?  ::)

Jenna:

--- Quote from: Alpha on October 05, 2013, 03:20:56 am ---Moving

--- Code: ---void CodeCompletion::OnAutocompleteSelect(wxListEvent& event)
--- End code ---
from CC to CCManager causes a crash whenever timer.Start() is called from within it.  I have tried for several hours to find a cause and am out of ideas to try; thoughts?

--- End quote ---
Can you provide a patch, where the crash occurs, so I can try to debug it.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version