[Webkit-unassigned] [Bug 120998] [Win] Compile errors when enabling DFG JIT.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 21 12:43:24 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=120998





--- Comment #18 from peavo at outlook.com  2013-10-21 12:42:10 PST ---
(In reply to comment #17)
> > 
> > > Source/JavaScriptCore/dfg/DFGAllocator.h:81
> > > +    void startBumpingIn(Region*);
> > 
> > I don't understand why we are removing the scoping here. Is this to silence a warning in Visual Studio?
> > 
> 
> It was actually a compiler error. I don't remember the exact error right now, but can look it up :)

This is the error I was getting:

c:\webkit\source\javascriptcore\dfg\DFGAllocator.h(80): warning C4346: 'JSC::DFG::Allocator::Region' : dependent name is not a type prefix with 'typename' to indicate a type
c:\webkit\source\javascriptcore\dfg\DFGAllocator.h(87) : see reference to class template instantiation 'JSC::DFG::Allocator' being compiled 
c:\webkit\source\javascriptcore\dfg\DFGAllocator.h(80): error C2061: syntax error : identifier 'Region'

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list